String Starts With
Command Prototype
sRet = StartsWith(sText,sStartsStr)
Command Description
Checks if a string starts with a given substring
Parameter Description
- Required Parameter
- sText--Input string
- sStartsStr--The substring to check whether the input string starts with it
- return
- sRet--The variable used to save the output of the function call